Skip to content

Show if finished#924

Open
SmartManoj wants to merge 1 commit intoformulahendry:masterfrom
SmartManoj:patch-1
Open

Show if finished#924
SmartManoj wants to merge 1 commit intoformulahendry:masterfrom
SmartManoj:patch-1

Conversation

@SmartManoj
Copy link

solves #315

@SmartManoj
Copy link
Author

SmartManoj commented Jan 26, 2023

Path: %USERPROFILE%\.vscode\extensions\formulahendry.code-runner-0.12.0\out\src\codeManager.js:447
For Insiders
Path: %USERPROFILE%\.vscode-insiders\extensions\formulahendry.code-runner-0.12.0\out\src\codeManager.js:447

I'm currently using

if (code !== 0) {
        this._outputChannel.appendLine("Finished with exit code=" + code + " in " + elapsedTime + " seconds");
} else {
        this._outputChannel.appendLine("Finished in " + elapsedTime + " seconds");   
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant